headers
This block is part of the http connection group and was last modified in core v10.4.28.
headers v10.4.28 Returns all headers known to us in the HTTP request.
In pins 1
- connection required
httpconnection
Out pins 1
- headers
object
A typical wiring for headers: current request feeds the connection pin; the headers out pin feeds custom field.

Commonly used with
In production blueprints, this block is most often wired together with:
- log: this block feeds into it.
- current request: feeds into this block. Retrieves a reference to the current HTTP Connection.
- custom field: this block feeds into it. get the value of a custom field with a custom value block, or dynamic value.
- new object: this block feeds into it. Builds a new object filled with the given fields.
Version history
Introduced in v10.4.28.
Back to
http connection Return to the main group to view all sub-groups Back to http Return to the group to view all blocks within this group
